IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityQueryExtensions Class > SkipWhile Method : SkipWhile<TSource>(IEntityQuery<TSource>,Expression<Func<TSource,Boolean>>) Method |
'Declaration
<ExtensionAttribute()> Public Overloads Shared Function SkipWhile(Of TSource)( _ ByVal source As IEntityQuery(Of TSource), _ ByVal predicate As Expression(Of Func(Of TSource,Boolean)) _ ) As IEntityQuery(Of TSource)
'Usage
Dim source As IEntityQuery(Of TSource) Dim predicate As Expression(Of Func(Of TSource,Boolean)) Dim value As IEntityQuery(Of TSource) value = EntityQueryExtensions.SkipWhile(Of TSource)(source, predicate)
[Extension()] public static IEntityQuery<TSource> SkipWhile<TSource>( IEntityQuery<TSource> source, Expression<Func<TSource,bool>> predicate )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2